home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu250.dms / pu250.adf / Graphics / BOBs / Example5.c < prev    next >
Text File  |  1992-05-18  |  4KB  |  86 lines

  1. /***********************************************************/
  2. /*                                                         */
  3. /* Amiga C Encyclopedia (ACE) V3.0      Amiga C Club (ACC) */
  4. /* -------------------------------      ------------------ */
  5. /*                                                         */
  6. /* Book:    ACM Graphics                Amiga C Club       */
  7. /* Chapter: BOBs                        Tulevagen 22       */
  8. /* File:    Example5.c                  181 41  LIDINGO    */
  9. /* Author:  Anders Bjerin               SWEDEN             */
  10. /* Date:    92-04-28                                       */
  11. /* Version: 1.00                                           */
  12. /*                                                         */
  13. /*   Copyright 1992, Anders Bjerin - Amiga C Club (ACC)    */
  14. /*                                                         */
  15. /* Registered members may use this program freely in their */
  16. /*     own commercial/noncommercial programs/articles.     */
  17. /*                                                         */
  18. /***********************************************************/
  19.  
  20. /* This example demonstrates how to use several BOBs on a  */
  21. /* single display. Note that the BOBs are some times       */
  22. /* flashing and may appear to "flicker". The reason why    */
  23. /* it looks like that is that the Amiga does not manage    */
  24. /* to draw all BOBs before they are displayed. If you      */
  25. /* only intend to use a small limited number of BOBs there */
  26. /* is usually not any problems. However, if you are using  */
  27. /* many BOBs, as this example demonstrates, they may start */
  28. /* to "flicker". See next example on how to solve this     */
  29. /* problem.                                                */
  30.  
  31. I am sorry but this file is only available for registered
  32. members. 
  33.  
  34. The registration fee is only £30, $60, SEK 300, or similar
  35. amount in your own currency (price includes everything). The
  36. Amiga C Encyclopedia is the largest collection of documents,
  37. examples and utilities in C for the Amiga and it is still among
  38. the cheapest manuals. But this is not all, a registered owner
  39. will also get:
  40.  
  41.   1. Two disks containing the last parts of the encyclopedia.
  42.      The disks will be sent by first class air mail.
  43.  
  44.   2. Registration card for the Amiga C Club (ACC).
  45.  
  46.   3. Immediate information about updates.
  47.  
  48.   4. Updated versions of the encyclopedia for only the cost of
  49.      disks plus postage and packing.
  50.  
  51.   5. Assistance with digitizing colour pictures and sampling
  52.      sound effects.
  53.  
  54.   6. Unlimited help with your C programs. You never have to be
  55.      alone with your problems.
  56.  
  57.   7. The right to use parts of the manual in your own
  58.      commercial/non-commercial programs/articles.
  59.  
  60. Can any other manual give you all this???
  61.  
  62. The simplest way of paying is to include the money in a letter
  63. in cash. US dollar bills, English pounds or Swedish SEK are
  64. preferred, but all currencies are accepted. You can also send
  65. the money as a "Postal Money Order", ask your local bank or
  66. post office. Please do not use cheques. It is sadly extremely
  67. expensive to cash a foreign cheque here in Sweden.
  68.  
  69. If you live in Scandinavia you can send the money to "Svenska
  70. Post Girot, postgiro konto: 641 88 30 - 3, betalnings-
  71. mottagare: Datra".
  72.  
  73. Please send the registration fee together with your complete
  74. address to:
  75.  
  76.   Datra, Amiga C Club
  77.   Anders Bjeri
  78.   Tulevagen 22
  79.   181 41  LIDINGO
  80.   SWEDEN
  81.  
  82. I have worked for more than four years now with this
  83. encyclopedia, and with your help I can continue to improve it.
  84.  
  85. Happy programming!!!
  86.